FotoForum
Current file: /home/estudydev/workspace/eStudy_svn/web/photogallery/tests/admin/AllTestsAdmin.php
Legend: executed not executed dead code

  Coverage
  Classes Methods Lines
Total
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 3
 
AllTestsAdmin
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 3
 public static function suite()
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 3


       1                 : <?php                                                                                 
       2                 : if ( ! defined( "PATH_TO_ROOT" ) ) define( "PATH_TO_ROOT", "../../../" );             
       3                 :                                                                                       
       4                 : require_once( "PHPUnit/Framework.php" );                                              
       5                 :                                                                                       
       6                 : require_once( PATH_TO_ROOT . "photogallery/tests/admin/classes/AllTestsClasses.php" );
       7                 :                                                                                       
       8                 :                                                                                       
       9                 :                                                                                       
      10                 : class AllTestsAdmin                                                                   
      11                 : {                                                                                     
      12                 :                                                                                       
      13                 :     public static function suite()                                                    
      14                 :     {                                                                                 
      15               0 :     $suite = new PHPUnit_Framework_TestSuite("admin");                                
      16                 :                                                                                       
      17                 :                                                                                       
      18               0 :     $suite->addTest(AllTestsClasses::suite());                                        
      19                 :                                                                                       
      20               0 :     return $suite;                                                                    
      21                 :     }                                                                                 
      22                 :                                                                                       
      23                 :                                                                                       
      24                 :                                                                                       
      25                 :                                                                                       
      26                 :                                                                                       
      27                 :                                                                                       

Generated by PHPUnit 3.2.21 and Xdebug 2.0.3 at Mon Nov 16 11:22:15 CET 2009.